CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vc 6.0 串口CAN

搜索资源列表

  1. 机器人语言控制系统

    0下载:
  2. vc++6.0 开发的机器人语言控制系统,能够用语音同过串口通讯命令机器人执行诸如:上升、下降、大臂运行、大臂归零等命令-vc 6.0 development language robot control system can be used with voice communications over serial order robot such as : up, down, the running boom, boom, such as zero order
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:87281
    • 提供者:彭先健
  1. V2

    0下载:
  2. 在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。 -used in VC 6.0 MSComm programming, can achieve serial receiving data and sending data Data were displayed at the receiving box and this box.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:117096
    • 提供者:杨军
  1. comtest_stick

    0下载:
  2. 一个完整的winXP下对话框界面的串口通讯测试程序源码(用于操纵杆数据的快速读取)。VC++6.0编译完成可以直接执行。有很好的参考和应用价值。-a complete dialog under winXP serial communication interface testing procedures source (for the stick data Quick read). VC 6.0 compiler can complete the direct execution. Have a
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:707804
    • 提供者:laowang
  1. port_dll

    0下载:
  2. vc++6.0开发的,可通过此动态链接库向串口发送命令、信息。可用于串口程序的开发,非常有用。-vc 6.0 development, through this dynamic link library sent to the serial order information. Serial procedures can be used for the development, very useful.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:99522
    • 提供者:mpig
  1. chuankoudongtai

    0下载:
  2. vc++6.0开发的,可通过此动态链接库向串口发送命令、信息。可用于串口程序的开发,非常有用。 -vc 6.0 development, through this dynamic link library sent to the serial order information. Serial procedures can be used for the development, very useful.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:100249
    • 提供者:铁刚
  1. vccom

    0下载:
  2. 使用VC++6.0编写的程序,用于实现计算机的串口的接收、发送数据,程序清晰明朗,可以方便地移植到其他的大程序中。-use VC 6.0 prepared by the procedures used to achieve the computer's serial port to receive, send data, procedures are clear uncertainty can be easily transplanted to other major procedure
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:33744
    • 提供者:王坚
  1. 在VC++6.0中用MSComm控件编程,可以实现串口接

    1下载:
  2. 在VC++6.0中用MSComm控件编程,可以实现串口接-used in VC 6.0 MSComm programming, serial port access can be achieved
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:40350
    • 提供者:wise
  1. _Visual C++ 6.0 实例教程.rar

    1下载:
  2. VC++编程教程 Visual C++编程技巧与范例,VC++ Programming Tutorial Visual C++ Programming techniques and examples
  3. 所属分类:

    • 发布日期:2017-11-09
    • 文件大小:8385688
    • 提供者:周碧发
  1. pccode_200691013230459

    0下载:
  2. 串口动态链接库,vc++6.0开发的,可通过此动态链接库向串口发送命令、信息。可用于串口程序的开发,非常有用。-Serial dynamic link library, vc++6.0 developed through the dynamic link library to send commands to the serial port, and information. Serial port can be used for the development of procedures, v
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:758003
    • 提供者:android
  1. RS_232_FULIYE

    1下载:
  2. vc 6.0下使用MSComm控件进行串口通讯,可进行相应的通讯设置,显示串口数据并动态绘制波形图/曲线图,使用快速傅里叶变换将时域信号的串口数据转换为频域值,并动态显示。代码内有注释-vc 6.0 control for the use of MSComm serial communications, the communications can be set, indicating the serial data and dynamic mapping wave/curve, the use
  3. 所属分类:Communication

    • 发布日期:2015-03-03
    • 文件大小:3728174
    • 提供者:葛李欣
  1. COMMApp240320

    0下载:
  2. 嵌入式串口通讯的源码,可以在VC++6.0 或 EVC++4.0的源代码-Embedded serial communication source, you can VC++6.0 or the source code for EVC++4.0
  3. 所属分类:Windows CE

    • 发布日期:2017-03-30
    • 文件大小:85882
    • 提供者:jiangzheng
  1. communicate

    1下载:
  2. VC++ 6.0做的一个串口通信程序,功能与串口调试助手类似。它可以实现两台电脑的串口之间或者一台电脑的两个串口之间互相收发数据。左上角可以通过下拉列表选择不同的串口,默认的是COM1,考虑到笔记本电脑上一般没有串口,用USB转RS-232转换器之后,其COM口一般不为COM1,所以在程序中不做死COM口而是可以在界面中选择COM口,单击“关闭串口”就停止数据的收发。“接收区”对接收到的数据进行显示,接收可以选择自动接收或手动接收,自动接收状态只有检测到有数据发过来就进行显示,不处于自动接收状态
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3694356
    • 提供者:陈利聪
  1. VC6Comm

    0下载:
  2. 在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。-In VC++6.0 using MSComm control program can be achieved to receive serial data and sending data, the data shown separately in the receiver box and sent box.
  3. 所属分类:Com Port

    • 发布日期:2017-05-14
    • 文件大小:3230294
    • 提供者:谢凯
  1. mymscom

    0下载:
  2. VC++6.0环境下做的串口通信程序,已经调试成功,可直接使用-VC++6.0 environment to do serial communication program has been debugged, can be used directly
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1907346
    • 提供者:yaoleibo
  1. SCommTest

    0下载:
  2. 用vc++6.0编写的串口调试程序,可以实现接收和发送数据-Prepared using vc++6.0 serial debugger, can receive and send data
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1915059
    • 提供者:夏军
  1. AtModem

    0下载:
  2. 该代码是在VC++6.0环境下控制串口采用RS232协议读写的小工具,可以通过AT指令驱动Modem进行拨号等操作。-The code is a serial RS232 protocol read and write control VC++6.0 environment gadget can be driven through the AT command modem dial-up and other operations.
  3. 所属分类:Communication

    • 发布日期:2017-11-03
    • 文件大小:5283835
    • 提供者:liuqiang
  1. serial-debugging-

    0下载:
  2. vc++6.0的串口调试精灵的设计,可以运行,测试的也很好-serial debugging wizard of vc++6.0 design, you can run the test is also very good
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-14
    • 文件大小:7024004
    • 提供者:qiao
  1. USART

    0下载:
  2. VC++6.0串口编程测试程序,可实现串口收发数据,适合VC++初学者。-Vc++ 6.0 serial programming test program, which can realize a serial port to send and receive data, suitable for vc++ beginners.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-18
    • 文件大小:4724758
    • 提供者:徐道夫
  1. mscomm

    0下载:
  2. 基于VC++6.0MFC串口设计,采用了多窗口配制方式,对广大读者学习多窗口程序设计与串口编程提供了参考. 程序中最多可配置高达12个串口号,多种波特率配置等.可做为串口调试工具使用.-Based on VC++ 6.0MFC serial design, preparation methods using a multi-window, multi-window for readers to learn programming and serial programming provides
  3. 所属分类:Com Port

    • 发布日期:2017-05-19
    • 文件大小:5129704
    • 提供者:位东辉
  1. serial-port

    0下载:
  2. vc++6.0串口通信程序包,可实现基本的发送与接收功能-vc++ 6.0 serial communications package, you can achieve the basic function of sending and receiving
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1896556
    • 提供者:velvet
« 12 3 »
搜珍网 www.dssz.com